public void ReadBytes( System.byte[] destArray, System.int destOffset, System.int count )
Parameters
- destArray
- Destination array.
- destOffset
- Offset (in bytes) from the beginning of the destination array where writing should start.
- count
- The number of bytes to read.